home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_0.lha
/
MyLib.lha
/
mui
/
MUI_MakeObject.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-02
|
290 b
|
16 lines
#ifdef __GNUC__
#define NO_INLINE_STDARG
#include <inline/muimaster.h>
#else
#undef __SASC
#include <proto/muimaster.h>
#endif
/************************************************************************/
Object *MUI_MakeObject(long Type, ...)
{
return MUI_MakeObjectA(Type,(&Type)+1);
}